Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the Prettier VS Code extension from pnpm to npm as the package manager and updates build/workflow configurations accordingly. The change simplifies the development setup by removing pnpm-specific workspace configurations while maintaining the same functionality.
Key Changes
- Removed pnpm as the designated package manager (removed
packageManagerfield and pnpm workspace files) - Updated all scripts and documentation from
pnpmcommands tonpm runequivalents - Version bumped from
12.0.0-preview.1to12.0.0(stable release)
Reviewed changes
Copilot reviewed 16 out of 19 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Removed packageManager field, updated version to 12.0.0, converted all pnpm script calls to npm equivalents |
| scripts/release.mjs | Updated release script documentation and error messages to use npm run syntax |
| scripts/install-fixtures.mjs | Changed default package manager from pnpm to npm, removed workspace-specific flags |
| pnpm-workspace.yaml | Deleted pnpm workspace configuration file |
| pnpm-lock.yaml | Deleted pnpm lockfile (npm lockfile not shown in diff) |
| lefthook.yml | Updated git hooks to use npm run commands |
| docs/publishing.md | Updated all release documentation examples to use npm run syntax |
| CONTRIBUTING.md | Updated development documentation with npm commands, removed pnpm prerequisite |
| CLAUDE.md | Updated AI context documentation with npm commands throughout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.